ShipmentNotification-v1.0 Schema
Envelope Complex Type
ShipmentNotification-v1.0 Schema : Envelope Complex Type
Namespace urn:xmlns:nedfox-retaillink-com:ShipmentNotification
Diagram
InterchangeTest Element InterchangeDateTime Element InterchangeReference Element ToPartyName Element ToPartyNumber Element FromPartyName Element FromPartyNumber Element Sequence Envelope Complex Type
Overview
Sequence
Used By
Envelope Element
Source
<xs:complexType name="Envelope" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="FromPartyNumber" type="xs:long" maxOccurs="1" minOccurs="1" />
    <xs:element name="FromPartyName" maxOccurs="1" minOccurs="0" />
    <xs:element name="ToPartyNumber" type="xs:long" maxOccurs="1" minOccurs="1" />
    <xs:element name="ToPartyName" maxOccurs="1" minOccurs="0" />
    <xs:element name="InterchangeReference" minOccurs="1" maxOccurs="1" />
    <xs:element name="InterchangeDateTime" minOccurs="1" maxOccurs="1" />
    <xs:element name="InterchangeTest" type="xs:boolean" minOccurs="0" maxOccurs="1" />
  </xs:sequence>
</xs:complexType>
See Also
ShipmentNotification-v1.0 Schema